home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form MMPTest1
- Caption = "Form1"
- ClientHeight = 4020
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 7365
- Height = 4425
- Left = 1035
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1140
- Width = 7485
- Begin CommandButton Command1
- Caption = "Command1"
- Height = 735
- Left = 1800
- TabIndex = 0
- Top = 1080
- Width = 1455
- End
- Sub Command1_Click ()
- Dim FileHandle As Integer
- Dim Beeper As Double
- Beeper = 0
- FileHandle = MessageBeep(Beeper)
- End Sub
-